看词语>英语词典>maze search翻译和用法

maze search

英 [meɪz sɜːtʃ]

美 [meɪz sɜːrtʃ]

网络  迷路探索

计算机

双语例句

  • The thesis has compared and analysed two kinds of algorithms to maze problem, the width first search algorithm and the depth first search algorithm.
    本文在对广度优先迷宫搜索算法和深度优先迷宫搜索算法进行了仔细比较与探讨之后,提出一种新的算法:目标优先法。
  • Morris water maze was to test the search strategy, escape latency, the percentage of swimming distance and time, 20% and 40% area, center area.
    Morris水迷宫实验测定小鼠寻找站台的搜索策略、逃逸潜伏期、游泳距离、游泳时间、20%和40%边缘区域、中心区域所占百分比。
  • An algorithm is presented for solving the shortest path in network by labeling the distance between start point and current exploring point with recursive backtracking maze search.
    提出了在搜索过程中采用标记最短距离,调用递归函数用回溯搜索法求解网络最短距离的算法。
  • A new algorithm is presented for solving the shortest path of maze problem, which is not based on the inefficient recursive backtracking theory of classical algorithm ( DFS-Depth First Search and BFS-Breadth First Search).
    提出了求解迷宫最短路径问题的新算法,该算法抛弃了经典算法(深度优先搜索和广度优先搜索)中繁杂低效的递归、回溯思想。
  • The scientists trained six mice to run a maze in search of infected feces.
    科学家训练六只小老鼠走迷宫,以期找出感染的排泄物。
  • Solve the Maze Problem with the search principle in the artificial intelligence
    用人工智能中的搜索原理解决迷宫问题